home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / wcw / phedinst.exe / {app} / SCRIPT.ISS (.txt) < prev    next >
Encoding:
Inno Setup Script  |  2004-12-09  |  2.5 KB  |  41 lines

  1. ; Script generated by the Inno Setup Script Wizard.
  2. ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
  3. [Setup]
  4. AppName=VCW VicMan's Photo Editor
  5. AppVerName=VCW VicMan's Photo Editor 7.9
  6. AppPublisher=VicMan Software, Inc.
  7. AppPublisherURL=http://www.vicman.net
  8. AppSupportURL=http://www.vicman.net
  9. AppUpdatesURL=http://www.vicman.net
  10. DefaultDirName={pf}\VCW VicMan's Photo Editor
  11. DefaultGroupName=VCW VicMan's Photo Editor
  12. DisableProgramGroupPage=yes
  13. Compression=zip
  14. ;AlwaysCreateUninstallIcon=yes
  15. LicenseFile=License.txt
  16. ; uncomment the following line if you want your installation to run on NT 3.51 too.
  17. ; MinVersion=4,3.51
  18. [Tasks]
  19. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4
  20. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 4,4; Flags: unchecked
  21. [Files]
  22. Source: "fmachine.ini"; DestDir: "{win}";
  23. Source: "msvcrt10.dll"; DestDir: "{sys}";
  24. Source: "vcwphoto.exe"; DestDir: "{app}"; CopyMode: alwaysoverwrite
  25. Source: "*.*"; DestDir: "{app}"; CopyMode: alwaysoverwrite
  26. Source: "plug-ins\*.*"; DestDir: "{app}\plug-ins"; CopyMode: alwaysoverwrite
  27. Source: "plug-ins\presets\*.*"; DestDir: "{app}\plug-ins\presets"; CopyMode: alwaysoverwrite
  28. [Icons]
  29. Name: "{group}\VCW VicMan's Photo Editor"; Filename: "{app}\startfrm.exe";WorkingDir: "{app}";
  30. Name: "{group}\VCW VicMan's Photo Editor Help"; Filename: "{app}\vcwphote.chm";
  31. Name: "{group}\Animated Tutorials"; Filename: "{app}\tours.exe"; WorkingDir: "{app}"; IconFilename:"{app}\icon_4.ico";
  32. Name: "{userdesktop}\VCW VicMan's Photo Editor"; Filename: "{app}\startfrm.exe"; WorkingDir: "{app}"; MinVersion: 4,4; Tasks: desktopicon
  33. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\VCW VicMan's Photo Editor"; Filename: "{app}\vcwphoto.exe"; MinVersion: 4,4; Tasks: quicklaunchicon
  34. [Run]
  35. Filename: "{app}\vcwphoto.exe"; Parameters: "-install"; Description: "Launch VCW VicMan's Photo Editor"; Flags: nowait postinstall skipifsilent; WorkingDir: "{app}";
  36. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/installed.php?Title=VCW VicMan's Photo Editor&Version=7.9"; Flags: nowait;
  37. [UninstallRun]
  38. Filename: "{app}\exitpoll.exe"; Parameters: "http://www.vicman.net/uninstalled.php?Title=VCW VicMan's Photo Editor&Version=7.9"; RunOnceId: "PhEditPage"
  39. Filename: "{app}\vcwphoto.exe"; Parameters: "-uninstall"; RunOnceId: "PhEditUninstall"
  40. [UninstallDelete]
  41.